projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebc791e
)
[IA64] clean up linux-xen/tlb.c compiler warnings
author
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Mon, 10 Jul 2006 20:08:36 +0000
(14:08 -0600)
committer
awilliam@xenbuild.aw
<awilliam@xenbuild.aw>
Mon, 10 Jul 2006 20:08:36 +0000
(14:08 -0600)
Signed-off-by: Al Stone <ahs3@fc.hp.com>
xen/arch/ia64/linux-xen/tlb.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/linux-xen/tlb.c
b/xen/arch/ia64/linux-xen/tlb.c
index 1547b57e52ff705cd492cb826e5044f5a0166906..9859923b77f3798fec5fd00162532aa3566028b8 100644
(file)
--- a/
xen/arch/ia64/linux-xen/tlb.c
+++ b/
xen/arch/ia64/linux-xen/tlb.c
@@
-173,7
+173,11
@@
EXPORT_SYMBOL(flush_tlb_range);
void __devinit
ia64_tlb_init (void)
{
+#ifndef XEN
ia64_ptce_info_t ptce_info;
+#else
+ ia64_ptce_info_t ptce_info = { 0 };
+#endif
unsigned long tr_pgbits;
long status;